home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / FreeOTFE 4.00 / FreeOTFE_4_00.exe / docs / styles_common.css < prev    next >
Cascading Style Sheet File  |  2008-06-20  |  1KB  |  72 lines

  1. body {
  2.   background-color: #FFFFFF;
  3. }
  4. .nav_table {
  5.   background-color: #007f00;
  6. }
  7. .nav_header {
  8.   background-color: #007f00;
  9.   color: #FFFFFF;
  10.   text-align: left;
  11.   font-weight: bold;
  12. }
  13. .content_table {
  14.   background-color: #007f00;
  15.   text-align: left;
  16.   width: 100%
  17. }
  18. .content_cell {
  19.   background-color: #007f00;
  20.   text-align: left;
  21. }
  22. .content_header {
  23.   background-color: #007f00;
  24.   color: #FFFFFF;
  25.   text-align: left;
  26. <!--  font-weight: bold; -->
  27. }
  28. td {
  29.   vertical-align: top
  30. }
  31. td.screenshot_img {
  32.   text-align: center;
  33.   margin-left: auto;
  34.   margin-right: auto;
  35.   vertical-align: middle
  36. }
  37. .oldver_table {
  38.   background-color: #009F00;
  39. }
  40. .oldver_header {
  41.   background-color: #009F00;
  42.   color: #FFFFFF;
  43.   text-align: left;
  44. }
  45. .oldver_package_table {
  46.   background-color: #FFFFFF;
  47. }
  48. .half {
  49.   text-align: center;
  50.   margin-left: auto;
  51.   margin-right: auto;
  52.   width: 50%;
  53. }
  54. .master_title {
  55.   font-size: x-large;
  56.   font-weight: bold;
  57. }
  58. .master_link {
  59.   color: #000000;
  60.   text-decoration: none
  61. }
  62. table.note th {
  63.   padding: 10px;
  64.   border-style: none;
  65.   vertical-align: middle;
  66. }
  67. table.note td {
  68.   padding: 10px;
  69.   border-style: none;
  70.   vertical-align: middle;
  71. }
  72.